home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
sticpsrc.lzh
/
SOURCE.ARC
/
COMBIOS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-07-21
|
343 b
|
12 lines
/* COMBIOS interface control block */
struct com {
unsigned drtype; /* Driver type 1=NONE 2=COMBIOS 3=FOSSIL */
unsigned speed; /* Line speed */
unsigned mode; /* Line mode */
unsigned stat; /* Accumulated receive status */
unsigned txbuf; /* Transmit buffer size */
};
extern struct com com[];
extern unsigned combios();